home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
basic
/
chkqb2.com
/
CHKQB2.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1986-10-25
|
308 b
|
13 lines
qb prog1;
chkqb2 prog1 >compile.txt
qb prog2;
chkqb2 prog2 >>compile.txt
qb prog3;
chkqb2 prog3 >>compile.txt
rem
rem In the above example, if PROG1 and PROG3 had severe errors, and PROG2 had
rem none, then the COMPILE.TXT file would contain the following afterward:
rem
rem prog1
rem prog3